home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetTrapSettings.h --------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetTrapSettings__
- #define __PGetTrapSettings__
-
-
- #include "PMTypes.h"
-
-
- class PGetTrapSettings
- {
-
- public:
-
- PGetTrapSettings();
-
- PMBool bEnable;
- long xDefWidth;
- long xBlackWidth;
- short dStepLimit;
- short dCentThresh;
- short dTextLimit;
- PMBool bTrapOverImp;
- };
-
- #endif
-
- // end of PGetTrapSettings.h
-